{"componentChunkName":"component---src-templates-blog-template-js","path":"/blogs/gatsby-cloud","result":{"data":{"blog":{"content":"==Line Breaks==\n\nIn some texts, for instance in poetry and verse, it is often necessary to insert line breaks. Trying to do so with the return key will not give the intended effect as by default the lines will be run together to create a paragraph.\n\n The best laid schemes o' Mice an' Men,\n Gang aft agley,\n An' lea'e us nought but grief an' pain,\n For promis'd joy!\n\nThe above input, using the enter key to insert line breaks will give the following output as such breaks are ignored:\n\n The best laid schemes o' Mice an' Men, Gang aft agley, An' lea'e us nought but grief an' pain, For promis'd joy!\n\nBut by ending each line with two spaces you can force a line break as follows:\n\nThe best laid schemes o' Mice an' Men,<br />\nGang aft agley,<br />\nAn' lea'e us nought but grief an' pain,<br />\nFor promis'd joy!\n\n==Horizontal Rules==\n\nHorizontal rules can be created by placing three or more asterisks (*), hyphens (-) or underscores (_) on a line by themselves.\n\nThis will work:\n\n ***\n\nbut you can add spaces or further characters to make it more obviously a section break in the text editing window e.g.\n\n * * * * *\n\n -------------------------\n\n _ _ _ _ _\n\nAll of these methods give a horizontal rule.\n\n==Tables==\n\nYou can create simple HTML tables with Markdown. Here is an example:\n\n Name    |   Age\n --------|------\n Fred    |   29\n Jim     |   47\n Harry   |   32\n\n{|\n! Name\n! Age\n|-\n| Fred\n| 29\n|-\n| Jim\n| 47\n|-\n| Harry\n| 32\n|}\n\n\nYou can apply normal formatting to the cell contents. Columns can be left or right aligned by adding a colon the left or the right of the horizontal bar (see additional instructions).\n\n==Definition Lists==\n\nDefinition lists consist of terms followed by their definitions. Rather like a dictionary. A simple example is as follows:\n\n Moodle\n :   A well-known online learning platform\n\n PHP\n :   A scripting language.\n    Mostly used for developing interactive web applications.\n\n;Moodle\n:A well-known online learning platform\n;PHP\n:A scripting language. Mostly used for developing interactive web applications.\n\n==Footnotes==\n\nA footnote has two elements. A marker in the text which will become a superscript number and a footnote definition that will appear at the end of the document. Here is a simple example:\n\n Read about it in my book.[^1]\n\n [^1]: All about my book.\n\nYou can place the footnote definitions anywhere you like. They will be listed in the order that they are linked to in the text. You cannot make more than one link to the same footnote.\n\n==Embedding HTML==\n\nIf you are already proficient in HTML then there may be occasions when Markdown does not allow you as much control as you are used to. Luckily Markdown is designed for this eventuality and allows you to embed HTML directly within Markdown formatted text.\n\nNote that the HTML markup co-exists with the Markdown code for bullet lists. This frees you from the mundane task of writing complex HTML for basic formatting features such as paragraphs and lists while still allowing you to access the full power of HTML in specific situations.\n\n==Displaying HTML or Preformatted Text==\n\nIf you wish the HTML you enter to be displayed exactly as you typed it, rather than processed as HTML then you can start each line with four space characters.\n\n<pre><p>A paragraph in <b>HTML</b> displayed as code</p></pre>\n\nThis also works for displaying computer code:\n\n print \"Command-line arguments: (@ARGV)\\n\";\n\nAs this formatting is often used for computer program listings and other text which may plausibly contain the characters that Markdown uses to indicate different types of formatting, Markdown's formatting is switched off for these lines:\n\n Normally this word would be **bold**.\n\nTo include such characters within normal text, see the section below.\n\n==Using Special Characters==\n\nIf you wish to use any of the special characters that trigger Markdown formatting without them being processed simply precede them with a backslash character (\\). This is known as 'escaping' a character. The backslash is not displayed but the character immediately following it is shown, exactly as entered.\n\n \\*asterisks, not emphasis\\*\n\nbecomes\n\n<nowiki>*asterisks, not emphasis*</nowiki>\n\nrather than\n\n *emphasis, not asterisks*\n\nwhich gives\n\n''emphasis, not asterisks''\n\n==See also==\n\n* [[Markdown]]\n\nThe Markdown system is not unique to Moodle, it is used in an ever increasing number of web publishing tools. You can find out more about it at http://daringfireball.net/projects/markdown/\n\nMoodle uses a version of Markdown with additional features known as \"Markdown Extra\". Further information can be found at http://www.michelf.com/projects/php-markdown/extra/ .\n","title":"Gatsby cloud","description":"Vel eros donec ac odio tempor. At urna condimentum mattis pellentesque id. Nec ullamcorper sit amet risus nullam. Faucibus nisl tincidunt eget nullam non. Sodales ut eu sem integer vitae. Fermentum et sollicitudin ac orci phasellus egestas. Non arcu risus quis varius. Diam quis enim lobortis scelerisque. Est sit amet facilisis magna etiam. Elementum pulvinar etiam non quam lacus suspendisse faucibus. In hendrerit gravida rutrum quisque non tellus orci."}},"pageContext":{"slug":"gatsby-cloud"}},"staticQueryHashes":["2874580956"]}